﻿
.header_wrapper
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:50px;
    background-color: #821c34;
    text-align: left;    
    text-indent: 170px;
     padding-top:17px;
    font-size : 16px;
 
    
   
}

#header_logo 
{
    position: absolute;
    left: 60px;
    top: 7px;
    width: 100px;
    height: 36px;
    
}


#header_ButtonMenu 
{
    position: absolute;
    left: 1px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color:#581928;
    cursor:pointer; 
}

#header_CustomerStore_Name {

    position: absolute;
    left: 0px;
    top: 20px;
    height: 40px;
    color: #ffffff;
}

#header_ButtonAdminMenu {

    position: absolute;
    right: 200px;
    top: 5px;
    width: 35px;
    height: 40px;
    cursor:pointer; 

}


#header_User_Name {

    position: absolute;
    right: 245px;
    top: 16px;
    height: 40px;
    color: #ffffff;
}

#header_ButtonLanguage{
    
    position: absolute;
    right: 110px;
    top: 9px;
    width: 30px;
    height: 30px;
    cursor:pointer; 
}

#header_ButtonLogout 
{
    position: absolute;
    right: 165px;
    top: 6px;
    width: 35px;
    height: 35px;    
    cursor:pointer; 


}

#header_PIVLogo {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 80px;
    height: 45px;

     -moz-background-size: cover;

    -webkit-background-size: cover;

    -o-background-size: cover;

    background-size: cover;
    

}

